FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package hl7-france-fhir.administrative#9.2022.1 (62 ms)

Package hl7-france-fhir.administrative
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=hl7-france-fhir.administrative@9.2022.1&canonical=http://interopsante.org/fhir/StructureDefinition/FrAppointment
Url http://interopsante.org/fhir/StructureDefinition/FrAppointment
Version 4.0.1
Status active
Date 2022-03-03
Name FrAppointment
Experimental False
Description Profile of the Appointment resource for France | Profil de la ressource Appointment pour la France. This profile adds the operator who created/updated/canceled the appointment. It also allows to possibly reference an appointment canceled and a document associated with the appointment | Ce profil ajoute l'opérateur qui a créé/modifié/annulé le RDV. Il permet également de référencer éventuellement un RDV annulé et/ou un document lié au RDV.
Type Appointment
Kind resource

Resources that use this resource

StructureDefinition
http://sas.fr/fhir/StructureDefinition/FrAppointmentSAS FrAppointmentSAS
https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/sas-sos-appointment FrAppointmentSASSOS
http://interopsante.org/fhir/StructureDefinition/FrEncounter FrEncounter
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/GAP_BundleResultatReponseADemandeConsultationRDV GAP_BundleResultatReponseADemandeConsultationRDV

Resources that this resource uses

StructureDefinition
http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson FrRelatedPerson
http://interopsante.org/fhir/StructureDefinition/FrAppointmentOperator FrAppointmentOperator
http://interopsante.org/fhir/StructureDefinition/FrHealthcareService FrHealthcareService
http://interopsante.org/fhir/StructureDefinition/FrLocation FrLocation
http://interopsante.org/fhir/StructureDefinition/FrPatient FrPatient
http://interopsante.org/fhir/StructureDefinition/FrPractitioner FrPractitioner
http://interopsante.org/fhir/StructureDefinition/FrSlot FrSlot
http://interopsante.org/fhir/ValueSet/fr-practitioner-specialty fr-practitioner-specialty


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://interopsante.org/fhir/StructureDefinition/FrAppointment",
  "version" : "4.0.1",
  "name" : "FrAppointment",
  "status" : "active",
  "date" : "2022-03-03",
  "publisher" : "InteropSanté",
  "contact" : [
    {
      "name" : "InteropSanté",
      "telecom" : [
        {
          "system" : "email",
          "value" : "fhir@interopsante.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Profile of the Appointment resource for France | Profil de la ressource Appointment pour la France. This profile adds the operator who created/updated/canceled the appointment. It also allows to possibly reference an appointment canceled and a document associated with the appointment | Ce profil ajoute l'opérateur qui a créé/modifié/annulé le RDV. Il permet également de référencer éventuellement un RDV annulé et/ou un document lié au RDV.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Appointment",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Appointment",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Appointment.extension",
        "path" : "Appointment.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Appointment.extension:appointmentOperator",
        "path" : "Appointment.extension",
        "sliceName" : "appointmentOperator",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrAppointmentOperator"
            ]
          }
        ]
      },
      {
        "id" : "Appointment.extension:appointmentOperator.value[x]",
        "path" : "Appointment.extension.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Appointment.status",
        "path" : "Appointment.status",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/appointmentstatus"
        }
      },
      {
        "id" : "Appointment.serviceCategory",
        "path" : "Appointment.serviceCategory"
      },
      {
        "id" : "Appointment.specialty",
        "path" : "Appointment.specialty",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://interopsante.org/fhir/ValueSet/fr-practitioner-specialty"
        }
      },
      {
        "id" : "Appointment.slot",
        "path" : "Appointment.slot",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrSlot"
            ]
          }
        ]
      },
      {
        "id" : "Appointment.participant.actor",
        "path" : "Appointment.participant.actor",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Device",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson",
              "http://interopsante.org/fhir/StructureDefinition/FrHealthcareService",
              "http://interopsante.org/fhir/StructureDefinition/FrPractitioner",
              "http://interopsante.org/fhir/StructureDefinition/FrPatient",
              "http://interopsante.org/fhir/StructureDefinition/FrLocation"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.